home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / COMMADIO / RBBS2.LZH / HELP06 < prev    next >
Text File  |  1985-06-19  |  9KB  |  192 lines

  1. ================= File Subsystem Extra HELP ====================
  2.  
  3. The filing subsystem permits you to move files between your
  4. system and this RBBS-PC. Downloading refers to moving files from
  5. this RBBS to your computer, and uploading is moving files from
  6. your computer to this RBBS.
  7.  
  8. The transfer of data can either be done in ASCII or using a
  9. protocol referred to as XMODEM.  The XMODEM protocol is
  10. common to CP/M based systems as was originally developed by
  11. Ward Christensen. The protocol is also contained in PC-TALK.III.
  12. More on this later.
  13.  
  14. To list the names of the files that are available on the disks
  15. for downloading to your system, the <L>ist command should be
  16. entered at the Files Menu.  The full names of the files will be
  17. listed along with a short description of each file.  Usually
  18. there is a document file that accompanies most of the program
  19. items on the system.  These document files usually have an
  20. extension of DOC or TXT.
  21.  
  22. For those systems that have a master directory the <L>ist command
  23. will present a list of directories available and their contents.
  24. To list the names of the files that are available in a specific
  25. directory use L;XX, where XX is the directory suffix.  These
  26. direcotry <>Lists can be stacked to reduce your responses.
  27. i.e. L;10;9;3  will list all files available in directory 10,
  28. 9 and 3.
  29.  
  30. To list the names of the files that have been added since your
  31. last directory review simply enter N;XX, where XX is the
  32. desired directory to be searched.  i.e. N;8;1 will display all
  33. new files added to directories 8 and 1 since your last directory
  34. review.
  35.  
  36. ASCII DATA CAPTURE
  37.  
  38. The transfer of files in ASCII mode can be done if your system
  39. is capable of data capture. To download a file using the ASCII
  40. method, follow the sequence of steps listed below.
  41.  
  42. 1.  List the files available for download using the
  43.     L)ist command and either capture the list to your
  44.     printer or write down the exact names of the files you
  45.     want to receive.
  46.  
  47. 2.  After returning to the Files Menu, select D)ownload.
  48.  
  49. 3.  When RBBS-PC asks for the filename you wish to select,
  50.     input the exact filename including a period between the
  51.     filename and extension.
  52.  
  53. 4.  When RBBS-PC asks for the type of download you want, input
  54.     A for A)scii method.
  55.  
  56. 5.  When the RBBS-PC tells you to open your capture file and
  57.     enter a carriage return to start the download, you
  58.     should do so.  (Opening your capture file is done by
  59.     using the Alt-R command in PC-TALK.) After setting up to
  60.     receive the file on your end, you have to send RBBS-PC
  61.     one carriage return so that it knows you are ready to
  62.     start.
  63.  
  64. 6.  The file will be sent a line at a time until the
  65.     entire file is sent.  You will see the lines of ASCII
  66.     code (readable text and numbers) on your screen as they
  67.     flow to your system.  If you wish to suspend the
  68.     transmission temporarily, your system should send
  69.     RBBS-PC a Ctrl-S (XOFF). A Ctrl-Q (XON) will restart
  70.     the temporarily halted transfer.  A Ctrl-X (ASCII CAN)
  71.     can be sent anytime to abort the transmission of the
  72.     data; because of the output buffering performed
  73.     automatically by RBBS-PC, there may be up to 120
  74.     characters transmitted before the output stops.
  75.  
  76. 7.  When the file transfer is finished, RBBS-PC will
  77.     send you an End Of File Marker (Ctrl-Z) followed by 5
  78.     bells.  You should close your capture file (PC-TALK
  79.     Alt-R) as soon as you hear the bells or you will get
  80.     garbage at the bottom of the file. If you go away for a
  81.     cup of coffee and end up getting the 'end of file' sign
  82.     attached to the bottom of the capture file, you can
  83.     delete it from the file later using a text editor.
  84.  
  85. 8.  After the file transfer is complete you will be
  86.     returned to the File Menu.  You should look at the
  87.     capture file at this point to be sure you got it ok.
  88.     (Use the PC-TALK Alt-V command to do this.)  Do not list
  89.     the entire file unless it is short; RBBS-PC will give
  90.     you 3 minutes to remain off-line before it assumes you
  91.     have left for the day and recycles, dropping you off
  92.     line.
  93.  
  94.  
  95. XMODEM FILE TRANSFER
  96.  
  97. If you have implemented XMODEM on your system, files with
  98. EXE, OBJ and COM extensions and tokenized BASIC files can be
  99. moved to your system.  Files containing the IBM PC special ASCII
  100. characters (ones with ASCII values above 128) can also be
  101. transferred with XMODEM -- this includes Wordstar files.  These
  102. files cannot be transferred in ASCII mode since ASCII transfer is
  103. only 7 bit and these types of files require the full 8 bit
  104. transfer of the data with no translation of the contents of the
  105. file.
  106.  
  107. XMODEM also offers the advantage of a block check to assure
  108. that the data sent contains no errors.  It does this by adding a
  109. checksum byte to the end of each block of data; the receiver
  110. calculates its own checksum and compares it to the one received.
  111. If an error is detected in the transmission, XMODEM will request
  112. that RBBS-PC retransmit the block of data.
  113.  
  114. To perform an XMODEM file download, follow the instructions shown
  115. above for ASCII DATA CAPTURE, but select X)modem instead of
  116. A)scii when RBBS-PC asks what file download type you want (step
  117. 4 above). The XMODEM file transfer steps are as follows:
  118.  
  119. 5.  If you called in using EVEN parity the RBBS-PC will
  120.     tell you to switch to NO parity and 8 data bits. If you
  121.     called in using 8 data bits the system will not give you
  122.     this message. You should then open your capture file
  123.     (PC-TALK.III Alt-R command) and start the XMODEM receive
  124.     process.  PC-TALK.III starts XMODEM for you when you put
  125.     '=X' at the end of the download filename.
  126.  
  127. 6.  The file will be transferred automatically by XMODEM
  128.     until the entire file has been transferred. You may
  129.     abnormally abort the transfer by sending RBBS-PC an
  130.     ASCII CAN code (Ctrl-X). PC-TALK.III will do this for
  131.     you if you enter an Alt-R during the file transfer.
  132.  
  133. 7.  When the file transfer is finished, XMODEM automatically
  134.     closes your capture file for you. XMODEM also ensures
  135.     that no garbage gets into your file; binary files and
  136.     text files are just as they were sent to you with 99.6%
  137.     error free transmission.  Wordstar files should transfer
  138.     without extra hard carriage returns being added.
  139.  
  140. 8.  XMODEM transferred files cannot be listed on your
  141.     monitor unless they are actually ASCII files. Binary
  142.     files will appear as symbols rather than human readable
  143.     text. You will have to test these files after you exit
  144.     your communications program.
  145.  
  146.  
  147. FILE UPLOADING
  148.  
  149. File uploading to the RBBS-PC is very similar to downloading.
  150. After you have downloaded a few files, you might want to send me
  151. one of your favorite programs or files just to test your ability
  152. to upload.
  153.  
  154. Uploading of ASCII files can be done without interruption between
  155. lines.  This system can handle data uploading at 300 baud without
  156. any problem.  If the transfer is done at 1200 baud, however,
  157. there may be a data overrun if the file is over 20K.  If the
  158. system falls behind during a file upload operation, it will
  159. send an XOFF (Ctrl-S) to your system.  If your system supports
  160. XON/OFF file transfer speed-matching, data transmission will be
  161. suspended until an XON (Ctrl-Q) is sent to you, indicating
  162. RBBS-PC is ready to accept data again.
  163.  
  164. When uploading files, please convert BASIC programs to ASCII
  165. before transferring them so callers without XMODEM can download
  166. them.  To do this, use the file save command format listed below.
  167.  
  168.                       SAVE"filename.ext",A
  169.  
  170.  
  171. Before sending me a file be sure I have enough disk space to take
  172. the file. When you ask for U)pload at the File menu, the system
  173. will tell you how much disk space is free on the upload drive.
  174. If this system runs out of disk space during an upload function,
  175. it will issue a cancel request.  This will be in the form of a
  176. data stream of one or more ASCII CAN (Ctrl-X) characters.  Your
  177. system will abort transmission if it supports XON/OFF file
  178. transfer speed-matching protocol. If your system does not support
  179. XON/OFF, the data overflow will be lost and the RBBS-PC will
  180. recycle, dropping you off line.
  181.  
  182.  
  183. UPLOAD GROUND RULES
  184.  
  185. You are encouraged to donate programs to the library on this
  186. system.  Any type of program or document is welcome, however,
  187. a few ground rules are in order.  The files donated must contain
  188. only information that is in the public domain.  No private
  189. or commercial information should be placed on this system.  The
  190. SYSOP is not responsible for any of the data that is shared on
  191. this system.
  192.